  
.el-dialog {
	position: relative;
	margin: 0 auto 50px;
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%
}
.v-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #222226
}
.el-dialog.is-fullscreen {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	overflow: auto
}

.el-dialog__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: 0
}

.el-dialog__header {
	padding: 20px 20px 10px
}

.el-dialog__headerbtn {
	position: absolute;
	top: 10px;
	right: 20px;
	padding: 0;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	font-size: 16px
}

.el-dialog__headerbtn .el-dialog__close {
	color: #999aaa
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
	color: #444555
}

.el-dialog__title {
	line-height: 24px;
	font-size: 18px;
	color: #222226
}

.el-dialog__body {
	padding: 30px 20px;
	color: #555666;
	font-size: 14px;
	word-break: break-all
}

.el-dialog__footer {
	padding: 10px 20px 20px;
	text-align: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-dialog--center {
	text-align: center
}


.lottery {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.lottery .el-dialog__header {
	display: none
}

.lottery .el-dialog__body .bg {
	margin: -25px -25px -30px;
	position: relative;
	width: 100%;
	height: 500px;
	/*height: 550px;*/
	background-image: url(https://csdnimg.cn/release/downloadcmsfe/public/img/lottery-bg-new.9a09bd9d.png);
	background-size: contain;
	cursor: pointer
}

.lottery .el-dialog__body .bg .close-btn {
	/*position: absolute;*/
	/*top: 3px;
	right: 0;*/
	width: 24px;
	height: 24px;
	background-image: url('./close.png');
	background-size: contain
}

  
